home *** CD-ROM | disk | FTP | other *** search
- -- background: 3486 from stack: in.1
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 0
- -- name: Blank
- ----- HyperTalk script -----
- on openBackground
- end openBackground
-
- on closeBackground
- end closeBackground
-
- on arrowKey
- -- do nothing
- end arrowKey
-
-
-
- -- part 2 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=22 top=15 right=150 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cover
- ----- HyperTalk script -----
- on mouseDown
- -- do nothing
- end mouseDown
-
-
- -- part 1 (button)
- -- low flags: 80
- -- high flags: A000
- -- rect: left=406 top=112 right=132 bottom=472
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancel
- ----- HyperTalk script -----
- on mouseUp
- go to card "Main Menu"
- end mouseUp
-
- on mouseDown
- -- do nothing
- end mouseDown
-